home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8305 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.iadfw.net!usenet
  2. From: Larry Weiss <lfw@iadfw.net>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: String manipulation routines for C
  5. Date: Sat, 02 Mar 1996 19:40:05 -0600
  6. Organization: ...
  7. Message-ID: <3138F875.5080@iadfw.net>
  8. References: <4gio78$ipr@bart.rogerswave.ca> <4gntb5$i41@nw002.infi.net> <4haspo$ags@fohnix.metronet.com>
  9. NNTP-Posting-Host: dal22-10.ppp.iadfw.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Stan Milam wrote:
  16.  > 
  17.  > Greg DiGiorgio (nngis@norfolk.infi.net) wrote:
  18.  > 
  19.  > : stricmp - same as above, but case insensitive
  20.  > : strrev - reverse a string
  21.  > : itoa - xlat an integer to a string (like BASIC's STR fn)
  22.  > 
  23.  > These are not standard ANSI functions.  They may exist in your DOS C library,
  24.  > but more than likely they do *not* exist in a UNIX C library.  I know you are
  25.  > enthusiastic and trying to help, but please be sure of what you write before
  26.  > posting.  This kind of misinformation is sure to cause the original poster, and
  27.  > possibly others, hours of frustration and grief.
  28.  > 
  29.  
  30. I'd at least expect some portable source code implementations for these
  31. non-Standard library functions to be offered, in cases where they are
  32. being proposed as solutions.
  33.